<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.routing.escalation.scheduler.config.override">

  <require>org.nuxeo.ecm.platform.routing.escalation.scheduler.config</require>

  <extension point="schedule" target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService">
    <schedule id="escalationScheduler">
      <eventId>executeEscalationRules</eventId>
      <eventCategory>escalation</eventCategory>
      <!-- every 5 mins -->
      <cronExpression>0 0/5 * * * ?</cronExpression>
    </schedule>
  </extension>

</component>
